Class ExecTranAupayAppOutput

Description

au PAY(アプリ方式)決済実行 出力パラメータクラス

Located in /com/gmo_pg/client/output/ExecTranAupayAppOutput.php (line 11)

BaseOutput
   |
   --ExecTranAupayAppOutput
Method Summary
 ExecTranAupayAppOutput __construct ([IgnoreCaseMap $params = null])
 string getCheckString ()
 string getGwJgyshaCd ()
 string getOneTimeQRCode ()
 string getOrderID ()
 string getSeqNo ()
 string getStatus ()
 string getTranDate ()
 void setAupayAppVoucherNo (string $aupayAppVoucherNo)
 void setCheckString (string $checkString)
 void setGwJgyshaCd (string $gwJgyshaCd)
 void setOneTimeQRCode (string $oneTimeQRCode)
 void setOrderID (string $orderID)
 void setSeqNo (string $seqNo)
 void setStatus (string $status)
 void setTranDate (string $tranDate)
 string toString ()
Methods
Constructor __construct (line 52)

コンストラクタ

  • access: public
ExecTranAupayAppOutput __construct ([IgnoreCaseMap $params = null])

Redefinition of:
BaseOutput::__construct()
コンストラクタ
getAupayAppVoucherNo (line 97)

au伝票番号取得

  • return: au伝票番号
  • access: public
string getAupayAppVoucherNo ()
getCheckString (line 104)

改ざんチェック文字列取得

  • return: 改ざんチェック文字列
  • access: public
string getCheckString ()
getGwJgyshaCd (line 118)

GW事業者コード取得

  • return: GW事業者コード
  • access: public
string getGwJgyshaCd ()
getOneTimeQRCode (line 111)

QRコード用ワンタイムコード取得

  • return: QRコード用ワンタイムコード
  • access: public
string getOneTimeQRCode ()
getOrderID (line 76)

オーダーID取得

  • return: オーダーID
  • access: public
string getOrderID ()
getSeqNo (line 125)

シーケンス番号取得

  • return: シーケンス番号
  • access: public
string getSeqNo ()
getStatus (line 83)

現状態取得

  • return: 現状態
  • access: public
string getStatus ()
getTranDate (line 90)

処理日時取得

  • return: 処理日時
  • access: public
string getTranDate ()
setAupayAppVoucherNo (line 158)

au伝票番号設定

  • access: public
void setAupayAppVoucherNo (string $aupayAppVoucherNo)
  • string $aupayAppVoucherNo
setCheckString (line 166)

改ざんチェック文字列設定

  • access: public
void setCheckString (string $checkString)
  • string $checkString
setGwJgyshaCd (line 182)

GW事業者コード設定

  • access: public
void setGwJgyshaCd (string $gwJgyshaCd)
  • string $gwJgyshaCd
setOneTimeQRCode (line 174)

QRコード用ワンタイムコード設定

  • access: public
void setOneTimeQRCode (string $oneTimeQRCode)
  • string $oneTimeQRCode
setOrderID (line 134)

オーダーID設定

  • access: public
void setOrderID (string $orderID)
  • string $orderID
setSeqNo (line 190)

シーケンス番号設定

  • access: public
void setSeqNo (string $seqNo)
  • string $seqNo
setStatus (line 142)

現状態設定

  • access: public
void setStatus (string $status)
  • string $status
setTranDate (line 150)

処理日時設定

  • access: public
void setTranDate (string $tranDate)
  • string $tranDate
toString (line 201)

文字列表現

現在の各パラメータを、パラメータ名=値&パラメータ名=値の形式で取得します。

  • return: 出力パラメータの文字列表現
  • access: public
string toString ()

Redefinition of:
BaseOutput::toString()
文字列表現

Inherited Methods

Inherited From BaseOutput

 BaseOutput::__construct()
 BaseOutput::encodeStr()
 BaseOutput::getCsvResponse()
 BaseOutput::getErrList()
 BaseOutput::isErrorOccurred()
 BaseOutput::nullToEmpty()
 BaseOutput::setCsvResponse()
 BaseOutput::setErrList()
 BaseOutput::toString()

Documentation generated on Thu, 18 Jan 2024 19:57:50 +0900 by phpDocumentor 1.4.3